home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / mac / media / dirs / BackUp / WildFire.dir / 00034_Script_specific audio-video-action code < prev    next >
Text File  |  2002-10-15  |  346b  |  25 lines

  1. property state
  2.  
  3. on new me
  4.   state=0
  5. end
  6.  
  7. on exitframe me
  8.   if state=2 and soundbusy(1)=0 then
  9.     go the frame+1
  10.   end if
  11.   if state=1 and sprite(2).movierate=0 then
  12.     state=2
  13.     puppetsound 1,"sec4d06"
  14.   end if
  15.   if state=0 and soundbusy(1)=0 then
  16.     state=1
  17.     sprite(2).movierate=1
  18.   end if
  19.   go the frame
  20. end
  21.  
  22.  
  23.  
  24.  
  25.